home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / utility / dpbuddya.lha / BuddySystem / Text / Method < prev    next >
Encoding:
Text File  |  1980-11-08  |  858 b   |  26 lines

  1.                           Anim Method (Anim Menu)
  2.  
  3. There are two methods that DPaint uses in creating animations:
  4.  
  5. COMPRESSED     Allows many more frames in memory at once.  This method saves
  6.                only the differences between frames.
  7.  
  8.      ADVANTAGES: allows for more frames
  9.  
  10.      DISADVANTAGES: slower while animpainting, loading and saving and more 
  11.                     likely to run out of memory due to memory fragmentation
  12.  
  13.  
  14.                      COMPRESSED METHOD IS THE DEFAULT
  15.  
  16.  
  17. EXPANDED       Allocates memory to hold complete information for each and 
  18.                every frame.
  19.  
  20.      ADVANTAGES:    animpainting is very smooth. memory will less likely run
  21.                     out as elements are added to the animation within the
  22.                     allocated frames.
  23.  
  24.      DISADVANTAGES: requires more memory than compressed method.  
  25.  
  26.